public AnalyzerResultsComparer<TTarget,TValue>(
Analyzer<TTarget,TValue> leftArgument,
ComparisonOperator comparisonOperator,
TValue rightConstantValue
)
public: AnalyzerResultsComparer<TTarget,TValue>(
Analyzer<TTarget,TValue*>* leftArgument,
ComparisonOperator comparisonOperator,
TValue* rightConstantValue
)
public:
AnalyzerResultsComparer<TTarget,TValue>(
Analyzer<TTarget,TValue^>^ leftArgument,
ComparisonOperator comparisonOperator,
TValue^ rightConstantValue
)
'Declaration Public Function New( _
ByVal leftArgumentThe left argument.As Analyzer(Of TTarget,TValue), _
ByVal comparisonOperatorThe comparison operator.As ComparisonOperator, _
ByVal rightConstantValueThe constant value of right argument.As TValue _
)
Parameters
- leftArgument
- The left argument.
- comparisonOperator
- The comparison operator.
- rightConstantValue
- The constant value of right argument.